QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

Instrument Knob List

An instrument knob list contains a list of sound parameters. It is defined by the InstKnobList data type.

struct InstKnobList {
    long                        knobCount;
    long                        knobFlags;
    InstKnobRec                 knob[1];
};
typedef struct InstKnobList InstKnobList;
knobCount
The number of instrument knob structures in the list.

knobFlags
Instructions on what to do if a requested knob is not in the list. See "Instrument Knob Flags" [link] .

knob[1]
An array of instrument knob structures.


© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |